v0.80 - 12/09/00 (beta)
------------------------
 * Added 65c816 (SNES) assembler/disassembler
 * Added optimal DTE calculator
 * Added script dumping by non-absolute pointer
 * Added script dumping by broken pointer
 * Added 2 new tile formats:
   + GEN   - Genesis 4bpp
   + NGP   - NeoGeo Pocket 2bpp  
 * Improved memory management
   + Don't load ROM for things that only write to ROM
   + Only load neccessary parts of ROM (64K buffer)
   + Fixed memory leak (not always freeing ROM)
 * Fixed potential IPS creation problem if address is EOF code
 * Fixed improper handling of IPS run length codes


v0.70 - 09/20/00
------------------------
 * Changed general syntax to use fontIDs
   + Made romanji processing optional (for second languages other than Japanese)
     If you used this, add this command to font file: fontrule=2,romanji
 * Changed font insert syntax to use bmpfile - table file no longer required
 * Added script dumping by pointer (contiguous absolute pointers only)
 * Added string address output to script dumping
 * Added thingy table support
 * Added thingy table to patchrom table conversion command
 * Added IPS application (via p command)
 * Improved pointer table location algorithm
   + Faster for most tables
   + Added broken pointer table locating
 * Added gameboy (.gb) support (with checksum recalculation)
 * Added 3 new tile formats:
   + GB1   - Gameboy 1bpp
   + GB    - Gameboy 2bpp  
   + SNES  - SNES 4bpp
 * Added customizable output (foreign language support)

Fixes:
 * Fixed IPS file creation with blocks > 32K
 * Fixed display bug when script block too large to insert
 * Fixed last string in script block not being inserted if it gets a pointer